refactor: move KServe tests from apps to tests/gh-actions#3120
Conversation
|
@juliusvonkohout refactoring is done, now i am looking into 404 path based routing and why are the test passing even with 404, shall i do path based in this PR only or a follow up PR? |
first you need to also adjust https://github.com/madmecodes/manifests/blob/61974d2186d3a45de192a5a3412f70ac5c128e3c/.github/workflows/full_kubeflow_integration_test.yaml#L167 and then we can merge this PR. |
|
@juliusvonkohout looking forward for the feedback. |
Signed-off-by: madmecodes <ayushguptadev1@gmail.com>
Signed-off-by: madmecodes <ayushguptadev1@gmail.com>
Signed-off-by: madmecodes <ayushguptadev1@gmail.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
2852b0d to
e139c3f
Compare
|
Thank you |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juliusvonkohout The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✏️ Summary of Changes
This PR centralizes all KServe testing code by:
This refactoring aligns KServe tests with the project's established patterns,
reduces code duplication, and makes tests more maintainable.
📦 Dependencies
none
🐛 Related Issues
#3101 (comment)
#3098 (comment)
✅ Contributor Checklist